.share {
    position: fixed;
    left: 0px;
    top: 50%;
    margin: -123px 0 0 0;
    width: 40px;
    z-index: 1;
}
.share a,
.share a {
    width: 40px;
    height: 41px;
    float: left;
    text-indent: -99999px;
    overflow: hidden;
    background: url(socials_magazine.gif) no-repeat left top;
}
.share a.google,
.share a.google {
    background-position: left -41px;
}
.share a.facebook,
.share a.facebook {
    background-position: left -82px;
}
.share a.pinterest,
.share a.pinterest {
    background-position: left -164px;
}
.share a.tumblr,
.share a.tumblr {
    background-position: left -123px;
}
.share a.reddit,
.share a.reddit {
    background-position: left bottom;
}
.share a:hover,
.share a:hover,
a img:hover {
    -moz-opacity: 0.80!important;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
